home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-09-21 | 575 b | 28 lines | [TEXT/MPS ] |
- ****************************************************************
- * *
- * buildapp.system *
- * *
- * Apple II 8-bit application builder and launcher. *
- * Copyright (C) 1990 Apple Computer. *
- * Version 4.1 *
- * *
- * Written by Eric Soldan, Apple II DTS *
- * *
- ****************************************************************
-
- * Application configuration
-
- ******************
-
- mode equ 0
- address equ 2
- buildaddr equ 4
- applen equ 6
- filetype equ 8
- auxtype equ 10
- nextAddr equ 12
-
- ptr equ $62 ;long
- attr equ $66 ;word
- userID equ $68 ;word
-